home *** CD-ROM | disk | FTP | other *** search
- | !GGWords
- | Version 1.00
- |
- Set GGWords$Dir <Obey$Dir>
- |
- Set GGWordsData$Dir <GGWords$Dir>
- Set GGWordsWave$Dir <GGWords$Dir>.^
- <GGWords$Dir>.ChooseMode
- |
- <GGWords$Dir>.Hourglass
- |
- IconSprites <Obey$Dir>.!Sprites
- |
- if "<System$Path>" = "" Then Run CDFS::Guardians.!System
- if "<System$Path>" = "" then Error 0 System resources cannot be found
- |
- if "<Font$Path>" = "" Then Run CDFS::Guardians.!Fonts
- |
- set ro31$flag 5
- RMEnsure UtilityModule 3.10 set ro31$flag 0
- If "<ro31$flag>"="5" Then RMEnsure UtilityModule 3.50 Set ro31$flag 1
- If "<ro31$flag>"="1" Then RMEnsure BorderUtils 0.02 RMLoad System:Modules.BorderUtil
- If "<ro31$flag>"="1" Then RMEnsure BorderUtils 0.02 Error You need to update your !System with BorderUtils 0.02 or later
- unset ro31$flag
- |
- RMEnsure IRQUtils 0.12 RMLoad System:Modules.IRQUtils
- RMEnsure IRQUtils 0.12 Error You need to update your !System with IRQUtils 0.12 or later
- |
- RMEnsure HourGlass 2.08 RMLoad System:Modules.Hourglass
- RMEnsure HourGlass 2.08 Error You need to update your !System with Hourglass 2.08 or later
- |
- RMEnsure SoundScheduler 1.13 RMLoad System:Modules.Sound2
- RMEnsure SoundScheduler Error You need to update your !System with SoundScheduler 1.13 or later
- |
- RMEnsure WindowUtils 0.04 RMLoad System:Modules.WimpUtils
- RMEnsure WindowUtils 0.04 Error You need to update your !System with WindowUtils 0.04 or later
- |
- RMEnsure ColourTrans 0.52 RMLoad System:Modules.Colours
- RMEnsure ColourTrans 0.52 Error You need to update your !System with ColourTrans 0.52 or later
- |
- set clib$flag 0
- RMensure SharedClibrary 3.75 set clib$flag 1
- RMensure SharedClibrary 0 set clib$flag 0
- if "<clib$flag>"="1" then Error !!! Old shared C library !!! An old version of the shared C library (clib) is resident in memory.
- unset clib$flag
- |
- | Install the shared C library (clib)
- | -----------------------------------
- |
- RMensure SharedClibrary 3.75 RMload System:modules.clib
- RMensure SharedClibrary 3.75 Error You need at least version 3.75 of the shared C library
- |
- | Install the floating point emulator
- | -----------------------------------
- |
- RMensure FPEmulator 2.80 RMload System:modules.FPEmulator
- RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
- |
- | Install the Tracker player program
- | ----------------------------------
- |
- RMEnsure 4MationTracker 3.57 RMLoad <GGWords$Dir>.PlayerMod
- RMEnsure 4MationTracker 3.57 Error You need 4MationTracker 3.55 or later
- |
- | Grab extra memory for resources
- Wimpslot -min 500K -max 500K
- |
- Wimpslot -min 352K -max 352K
- Run <GGWords$Dir>.!RunImage %*0
-